noneCursor Property
Gets sets the cursor that should be used if the DragDropEffect is None. Note: the set_noneCursor may contain optional second param, which specifies whether the cursor is a default browser cursor (false), or a custom url(true). Either a default browser cursor name, or a custom url.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_noneCursor() : String
function set_noneCursor(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfDragDropBehavior.get_noneCursor(); |